home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1997 December / PC Pro December 1997 CD-Rom coverdisc.iso / symantec / dbAnywh / JAVA.BIN / CLASSES.ZIP / sun / tools / debug / LineNumber.class (.txt) < prev    next >
Encoding:
Java Class File  |  1996-12-14  |  390 b   |  10 lines

  1. package sun.tools.debug;
  2.  
  3. class LineNumber {
  4.    Thread thread;
  5.    Class clazz;
  6.    int line_number;
  7.    int startPC;
  8.    int endPC;
  9. }
  10.